html{
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
  
body{
    margin: 0;
    color: #f8f8f8ab;
}
  
main{
    display: block;
}

h1{
    font-size: 2em;
    margin: 0.67em 0;
}
  
hr{
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

pre{
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
  
a{
    background-color: transparent;
    color: black;
    text-decoration: none !important;
}
  
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
  
b,
strong{
    font-weight: bolder;
}
  
code,
kbd,
samp{
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
  
small{
    font-size: 80%;
}
  
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
  
sub{
    bottom: -0.25em;
}
  
sup{
    top: -0.5em;
}
  
img{
    border-style: none;
}
  
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
  
button,
input { /* 1 */
    overflow: visible;
}
  
button,
select { /* 1 */
    text-transform: none;
}
  
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
  
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
  
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
  
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
  
progress {
    vertical-align: baseline;
}
  
textarea {
    overflow: auto;
}
  
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
  
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
 
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

  
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
  
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
  
details {
    display: block;
}
  
summary {
    display: list-item;
}
  
template {
    display: none;
}
  
[hidden] {
    display: none;
} 
*{
    font-family: 'Satoshi', sans-serif;
}
/*-----------------------------------------/ normalise--------------------------*/
.item_menu{
    padding:30px 20px;
} 

.menu_home{
    background: linear-gradient(0deg, rgba(238,250,255,0) 0%, rgba(0,0,0,1) 50%);
    position: absolute;
    width: 100%;
    z-index: 999;
}
.navbar-brand{
    color: aliceblue;
}
.navbar-brand:hover{
    color: rgb(224, 227, 231);
}
#menu .nav-item a{
    color: aliceblue;
}

.topo-home{
    height: 300px;
}
.custon-logo-menu img{
    width: 50px !important;
    height: 50px;
}
.carousel-item img{
    opacity: 70%;
}

.banner img{
    height: 500px;
    background-size: cover;
}

/* ----------------------------------------------------------------- */

.quemSomos{
    background:url('../img/rotativo8.jpg')50% 50% no-repeat; 
    background-size: cover;
}

#titulo_quem-somos,
#titulo_publicacoes,
#titulo_escritorio,
#titulo_socios,
#titulo_contato{
    background-color: #0a0a0a;
    color: aliceblue;
    height: 5em;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
#titulo_quem-somos div{
    padding: 20px;
    margin: 15px;
}
/* -------------------------------------------socio------------------------------------------ */

.bloco-postagem-interno-socio{
    background-color: #f2f2f2;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 0px 20px 20px;
	margin: 20px;
	width: 300px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.bloco-postagem-interno-texto h3{
    font-family: helvetica;
	font-size: 24px;
	margin-bottom: 10px;
}

.bloco-postagem-interno-texto h3{
    font-family: helvetica;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}

imagem-postagem{
    width: 100%;
	height: auto;
	margin-bottom: 20px;
}


.postagens-socio div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

#post-interno{
    padding-top: 30px;
}




/* ---------------------------------publicacoes---------------------------------- */
.publicacoes{
    position: relative;
    margin-top: -20px;
}
#titulo_publicacoes{
    box-shadow: #0a0a0a 5px 10px 30px;
}
.postagens{
    margin-top: 100px;
    margin-bottom: 100px;
}

.bloco-postagem{
    padding-top: 50px;
    margin-bottom: 50px;
    border-top: #0a0a0a solid 1px;
}

.imagem-postagem img{
    max-width: 300px;
    border-radius: 10px 10px 0 0;
}

.bloco-postagem-interno-texto{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    
}

/*------------------------------------footer------------------------------------ */



footer{
    background-color: #0a0a0a;
    color:aliceblue ;
}
footer a{
    color: #ffffff;
    font-family: 'Old Standard TT', serif;
}
.barra-rodape{
    border-top: #ffffff solid 1px;
}


.barra-rodape-container div a{
    padding: 20px;
}
.custom-logo-footer{
    text-align: right;
    margin-right: 2em;
}
.custom-logo-footer a img{
    width: 60px;
    height: 60px;
    padding: 10px;
}
.footer-widget{
    padding-top:30px;
    padding-bottom: 30px;
}

.cabecario_post img{
    margin: 0px;
    padding: 0px;
}
.data-noticia{
    color: #0a0a0a;
}

.colaboradores {
    padding-bottom: 50px;
}

.ler_mais{
    color: rgb(183, 1, 1);
    font-weight: bold;
}
.postagem-link img{
    border-radius: 0px 0 0 0;
    box-shadow: 10px 10px 30px black;
}

/* --------------------------------------------------------------- */
